From: Glenn Morris Date: Fri, 22 Feb 2008 03:54:52 +0000 (+0000) Subject: (vip-special-prefix-com): Use ispell-region rather than spell-region. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23888 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=281b9aa888f36ed4504be5776188d0dde4f7e5f7;p=emacs.git (vip-special-prefix-com): Use ispell-region rather than spell-region. --- diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index b4f80a9e1ed..3fff469958d 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el @@ -836,7 +836,7 @@ is the name of the register for COM." ((= char ?q) (set-mark vip-com-point) (vip-quote-region)) - ((= char ?s) (spell-region vip-com-point (point))))) + ((= char ?s) (ispell-region vip-com-point (point))))) ;; undoing